home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
mac
/
CHAOS
/
CHAOS.DXR
/
00009_Mac go to movie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-06
|
235 b
|
12 lines
on exitFrame
global gStartupMovie, gCPU
if gCPU = #MAC then
if voidp(gStartupMovie) then
alert("Serious Error. gStartupMovie is void.")
halt()
else
go("loadgameNow", gStartupMovie)
end if
end if
end